home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Audio & Music / Daily Guitar Jam Widget (freeware).dmg / DailyGuitarJam.wdgt / Info.plist < prev   
Extensible Markup Language  |  2006-02-07  |  845b  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDisplayName</key>
  6.     <string>Daily Guitar jam</string>
  7.     <key>CFBundleIdentifier</key>
  8.     <string>com.macsales.widget.dailyguitarjam</string>
  9.     <key>CFBundleName</key>
  10.     <string>Daily Guitar Jam</string>
  11.     <key>CFBundleShortVersionString</key>
  12.     <string>1.0</string>
  13.     <key>CFBundleVersion</key>
  14.     <string>1.0</string>
  15.     <key>CloseBoxInsetX</key>
  16.     <integer>16</integer>
  17.     <key>CloseBoxInsetY</key>
  18.     <integer>16</integer>
  19.     <key>Width</key>
  20.     <integer>324</integer>
  21.     <key>Height</key>
  22.     <integer>135</integer>
  23.     <key>MainHTML</key>
  24.     <string>DailyGuitarJam.html</string>
  25.     <key>AllowNetworkAccess</key>
  26.     <true/>
  27.     <key>AllowInternetPlugins</key>
  28.     <true/>
  29. </dict>
  30. </plist>
  31.